func text/template.printableValue

3 uses

	text/template (current package)
		exec.go#L1103: 	iface, ok := printableValue(v)
		exec.go#L1115: func printableValue(v reflect.Value) (any, bool) {
		funcs.go#L776: 			a, ok := printableValue(reflect.ValueOf(arg))